home *** CD-ROM | disk | FTP | other *** search
- object frmConfig: TfrmConfig
- Left = 220
- Top = 109
- HelpContext = 6
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 242
- ClientWidth = 366
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poMainFormCenter
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- DesignSize = (
- 366
- 242)
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 366
- Height = 219
- ActivePage = TabSheet1
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- Images = frmCDLabMain.ImageList1
- MultiLine = True
- TabIndex = 0
- TabOrder = 0
- TabWidth = 70
- object TabSheet1: TTabSheet
- Caption = 'General'
- ImageIndex = 32
- object Bevel1: TBevel
- Left = 4
- Top = 4
- Width = 173
- Height = 181
- Shape = bsRightLine
- end
- object Label1: TLabel
- Left = 16
- Top = 44
- Width = 86
- Height = 13
- Caption = 'Background color:'
- end
- object SB_BkColor: TSpeedButton
- Left = 136
- Top = 40
- Width = 23
- Height = 22
- Hint = 'Set background color'
- OnClick = SB_BkColorClick
- end
- object Label2: TLabel
- Left = 16
- Top = 76
- Width = 67
- Height = 13
- Caption = 'Default zoom:'
- end
- object Label3: TLabel
- Left = 16
- Top = 108
- Width = 59
- Height = 13
- Caption = 'Undo levels:'
- end
- object Label4: TLabel
- Left = 15
- Top = 160
- Width = 45
- Height = 13
- Caption = 'CD drive:'
- end
- object Chk_XP: TCheckBox
- Left = 16
- Top = 16
- Width = 141
- Height = 17
- Hint = 'XP look for menus and toolbars'
- Alignment = taLeftJustify
- Caption = 'XP look:'
- TabOrder = 0
- end
- object CB_Zoom: TComboBox
- Left = 108
- Top = 72
- Width = 53
- Height = 21
- Hint = 'Default zoom value'
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 3
- TabOrder = 1
- Text = '100%'
- Items.Strings = (
- '25%'
- '50%'
- '75%'
- '100%'
- '125%'
- '150%'
- '175%'
- '200%')
- end
- object SE_UndoL: TSpinEdit
- Left = 108
- Top = 104
- Width = 53
- Height = 22
- Hint = 'Number of undo levels'
- MaxValue = 20
- MinValue = 0
- TabOrder = 2
- Value = 10
- end
- object Chk_UndoC: TCheckBox
- Left = 32
- Top = 132
- Width = 121
- Height = 17
- Hint = 'Clear undo after save'
- Alignment = taLeftJustify
- Caption = 'Clear after save:'
- TabOrder = 3
- end
- object ComboBox1: TComboBox
- Left = 107
- Top = 156
- Width = 53
- Height = 21
- Hint = 'CD drive path'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- end
- object GroupBox2: TGroupBox
- Left = 184
- Top = 8
- Width = 169
- Height = 77
- Caption = 'Spine text direction'
- TabOrder = 5
- object Label8: TLabel
- Left = 12
- Top = 24
- Width = 19
- Height = 13
- Caption = 'Left'
- end
- object Label11: TLabel
- Left = 12
- Top = 52
- Width = 25
- Height = 13
- Caption = 'Right'
- end
- object CB_SDirLeft: TComboBox
- Left = 52
- Top = 20
- Width = 89
- Height = 21
- Hint = 'Left spine direction'
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = 'Top-Bottom'
- Items.Strings = (
- 'Top-Bottom'
- 'Bottom-Top')
- end
- object CB_SDirRight: TComboBox
- Left = 52
- Top = 48
- Width = 89
- Height = 21
- Hint = 'Right spine direction'
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 1
- Text = 'Top-Bottom'
- Items.Strings = (
- 'Top-Bottom'
- 'Bottom-Top')
- end
- end
- object RadioGroup2: TRadioGroup
- Left = 184
- Top = 92
- Width = 169
- Height = 93
- Hint = 'Default action if the picture is larger then label'
- Caption = 'Default large picture action'
- ItemIndex = 0
- Items.Strings = (
- 'Ask'
- 'Resize'
- 'Resize (keep aspect ratio)'
- 'Crop')
- TabOrder = 6
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'CDDB'
- ImageIndex = 33
- object Bevel2: TBevel
- Left = 0
- Top = 4
- Width = 177
- Height = 181
- Shape = bsRightLine
- end
- object Label7: TLabel
- Left = 16
- Top = 48
- Width = 32
- Height = 13
- Caption = 'Server'
- end
- object Edit1: TEdit
- Left = 56
- Top = 44
- Width = 105
- Height = 21
- Hint = 'CDDB server'
- TabOrder = 1
- Text = 'freedb.freedb.org'
- end
- object CheckBox2: TCheckBox
- Left = 14
- Top = 16
- Width = 131
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Enabled'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBox2Click
- end
- object GroupBox1: TGroupBox
- Left = 184
- Top = 12
- Width = 173
- Height = 113
- Caption = 'Proxy'
- TabOrder = 4
- object Label9: TLabel
- Left = 16
- Top = 52
- Width = 32
- Height = 13
- Caption = 'Server'
- end
- object Label10: TLabel
- Left = 16
- Top = 80
- Width = 20
- Height = 13
- Caption = 'Port'
- end
- object CheckBox3: TCheckBox
- Left = 14
- Top = 24
- Width = 127
- Height = 17
- Hint = 'Use proxy server'
- Alignment = taLeftJustify
- Caption = 'Use proxy server'
- TabOrder = 0
- OnClick = CheckBox3Click
- end
- object Edit3: TEdit
- Left = 64
- Top = 48
- Width = 97
- Height = 21
- Hint = 'Proxy server host'
- TabOrder = 1
- end
- object Edit4: TEdit
- Left = 64
- Top = 76
- Width = 41
- Height = 21
- Hint = 'Proxy server port'
- MaxLength = 5
- TabOrder = 2
- Text = '8080'
- OnExit = Edit4Exit
- OnKeyPress = Edit4KeyPress
- end
- end
- object CheckBox4: TCheckBox
- Left = 14
- Top = 84
- Width = 131
- Height = 17
- Hint = 'Automaticaly place album title on spines'
- Alignment = taLeftJustify
- Caption = 'Place title on spine'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = CheckBox2Click
- end
- object CheckBox5: TCheckBox
- Left = 14
- Top = 116
- Width = 131
- Height = 17
- Hint = 'Automaticaly place number before songs'
- Alignment = taLeftJustify
- Caption = 'Numerate songs'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = CheckBox2Click
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Print'
- ImageIndex = 5
- object Bevel3: TBevel
- Left = 4
- Top = 4
- Width = 173
- Height = 181
- Shape = bsRightLine
- end
- object Label5: TLabel
- Left = 12
- Top = 16
- Width = 40
- Height = 13
- Caption = 'Cut line:'
- end
- object Label6: TLabel
- Left = 12
- Top = 52
- Width = 43
- Height = 13
- Caption = 'Fold line:'
- end
- object ComboBox2: TComboBox
- Left = 72
- Top = 12
- Width = 93
- Height = 22
- Hint = 'Cutting lines style'
- Style = csOwnerDrawFixed
- ItemHeight = 16
- ItemIndex = 0
- TabOrder = 0
- OnDrawItem = ComboBox2DrawItem
- Items.Strings = (
- ''
- ''
- '')
- end
- object ComboBox3: TComboBox
- Left = 72
- Top = 48
- Width = 93
- Height = 22
- Hint = 'Folding lines style'
- Style = csOwnerDrawFixed
- ItemHeight = 16
- ItemIndex = 0
- TabOrder = 1
- OnDrawItem = ComboBox2DrawItem
- Items.Strings = (
- ''
- ''
- '')
- end
- object RadioGroup1: TRadioGroup
- Left = 4
- Top = 88
- Width = 165
- Height = 77
- Hint = 'Way of disk label printing'
- Caption = 'Disk label'
- Items.Strings = (
- 'Print over edge'
- 'Print exact edge')
- TabOrder = 2
- end
- object GroupBox3: TGroupBox
- Left = 184
- Top = 8
- Width = 169
- Height = 109
- Caption = 'Max. printing bitmap size'
- TabOrder = 3
- object Label13: TLabel
- Left = 68
- Top = 60
- Width = 23
- Height = 13
- Caption = '5 MB'
- end
- object Label14: TLabel
- Left = 132
- Top = 24
- Width = 21
- Height = 13
- Caption = 'Fast'
- end
- object Label15: TLabel
- Left = 16
- Top = 24
- Width = 34
- Height = 13
- Caption = 'Robust'
- end
- object TrackBar1: TTrackBar
- Left = 12
- Top = 36
- Width = 145
- Height = 25
- Hint = 'Maximum memory to use for temporary printing image'
- Max = 50
- Min = 3
- Orientation = trHorizontal
- Frequency = 1
- Position = 5
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 15
- TickMarks = tmTopLeft
- TickStyle = tsNone
- OnChange = TrackBar1Change
- end
- object Button2: TButton
- Left = 20
- Top = 80
- Width = 129
- Height = 21
- Hint = 'Try to determine this value on your system'
- Caption = 'Determine'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
- end
- object Button3: TButton
- Left = 291
- Top = 221
- Width = 75
- Height = 21
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Button1: TButton
- Left = 211
- Top = 221
- Width = 75
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object CD: TColorDialog
- Ctl3D = True
- Options = [cdFullOpen, cdAnyColor]
- Left = 124
- Top = 68
- end
- end
-